home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Python / protos / pythonrun.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  127 b   |  3 lines

  1. static int parse_syntax_error(PyObject* err, PyObject** message, char** filename,
  2.      int* lineno, int* offset, char** text);
  3.